golang.org/x/net/http2.clientStream.firstByte (field)

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L389: 	firstByte    bool  // got the first response byte
		transport.go#L2299: 	if !cs.firstByte {
		transport.go#L2307: 		cs.firstByte = true
		transport.go#L2636: 	if !cs.firstByte {